type net.notFoundError
5 uses
net (current package)
net.go#L649: errNoSuchHost = ¬FoundError{"no such host"}
net.go#L650: errUnknownPort = ¬FoundError{"unknown port"}
net.go#L655: type notFoundError struct{ s string }
net.go#L657: func (e *notFoundError) Error() string { return e.s }
net.go#L702: _, isNotFound := err.(*notFoundError)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)